Go to the source code of this file.
Data Structures | |
| class | BoardForm |
| class | Template |
Namespaces | |
| namespace | eStudy::PhotoGallery |
Functions | |
| r_stripslashes (&$array) | |
| query ($query) | |
| message ($title, $msg, $opt_back=1, $opt_index=1) | |
| errormessage ($title= '', $msg, $opt_back=1, $opt_index=1) | |
| forum_query ($query) | |
| get_templatesetarray () | |
| yesnoradio ($name, $yesno=0) | |
| datebox ($name, $timestamp) | |
| genericformheader ($action) | |
| genericformfooter () | |
| genericformrow ($desc, $name, $value="", $size="", $maxlength="") | |
| hidden ($name, $value) | |
| editbox ($name, $value="", $size="", $maxlength="") | |
| listbox ($name, $key, $value, $table, $initial_select=-1, $additional= '') | |
| format_db_date ($string_date) | |
| get_ordered_board_list () | |
| updateboard ($boardid) | |
| addBoardRights ($courseID, $boardID, $accessMask, $photo_view, $photo_upload, $photo_edit, $photo_remove) | |
| updateBoardRights ($boardID, $accessMask, $photo_view, $photo_upload, $photo_edit, $photo_remove) | |
| compress_page ($output) | |
| build_link ($link, $noamp=false) | |
| message_redirect ($msg, $url) | |
| addBoardRights | ( | $ | courseID, | |
| $ | boardID, | |||
| $ | accessMask, | |||
| $ | photo_view, | |||
| $ | photo_upload, | |||
| $ | photo_edit, | |||
| $ | photo_remove | |||
| ) |
Diese Funktion setzt Zugriffsrechte auf Boards.
| integer | $courseID - ID des Kurses | |
| integer | $boardID - ID Des Boards | |
| boolean | $moderatorsOnly - Board soll nur für Moderatoren (Admins, Dozenten, Tutoren und Hilfsadmins) zugänglich sein? |
Definition at line 474 of file class.adminfunctions.inc.php.
| build_link | ( | $ | link, | |
| $ | noamp = false | |||
| ) |
| $link | ||
| $noamp |
Definition at line 561 of file class.adminfunctions.inc.php.
| compress_page | ( | $ | output | ) |
| $output |
Definition at line 537 of file class.adminfunctions.inc.php.
| datebox | ( | $ | name, | |
| $ | timestamp | |||
| ) |
| $name | ||
| $timestamp |
Definition at line 168 of file class.adminfunctions.inc.php.
| editbox | ( | $ | name, | |
| $ | value = "", |
|||
| $ | size = "", |
|||
| $ | maxlength = "" | |||
| ) |
| $name | ||
| $value | ||
| $size | ||
| $maxlength |
Definition at line 242 of file class.adminfunctions.inc.php.
| errormessage | ( | $ | title = '', |
|
| $ | msg, | |||
| $ | opt_back = 1, |
|||
| $ | opt_index = 1 | |||
| ) |
| $title | ||
| $msg | ||
| $opt_back | ||
| $opt_index |
HTML-Fuss und unteres Menue
Definition at line 107 of file class.adminfunctions.inc.php.
| format_db_date | ( | $ | string_date | ) |
| $string_date |
Definition at line 283 of file class.adminfunctions.inc.php.
| forum_query | ( | $ | query | ) |
| $query |
Definition at line 122 of file class.adminfunctions.inc.php.
| genericformfooter | ( | ) |
| genericformheader | ( | $ | action | ) |
| $action |
Definition at line 187 of file class.adminfunctions.inc.php.
| genericformrow | ( | $ | desc, | |
| $ | name, | |||
| $ | value = "", |
|||
| $ | size = "", |
|||
| $ | maxlength = "" | |||
| ) |
| $desc | ||
| $name | ||
| $value | ||
| $size | ||
| $maxlength |
Definition at line 217 of file class.adminfunctions.inc.php.
| get_ordered_board_list | ( | ) |
Definition at line 294 of file class.adminfunctions.inc.php.
| get_templatesetarray | ( | ) |
| hidden | ( | $ | name, | |
| $ | value | |||
| ) |
| $name | ||
| $value |
Definition at line 230 of file class.adminfunctions.inc.php.
| listbox | ( | $ | name, | |
| $ | key, | |||
| $ | value, | |||
| $ | table, | |||
| $ | initial_select = -1, |
|||
| $ | additional = '' | |||
| ) |
| $name | ||
| $key | ||
| $value | ||
| $table | ||
| $initial_select | ||
| $additional |
Definition at line 267 of file class.adminfunctions.inc.php.
| message | ( | $ | title, | |
| $ | msg, | |||
| $ | opt_back = 1, |
|||
| $ | opt_index = 1 | |||
| ) |
| $title | ||
| $msg | ||
| $opt_back | ||
| $opt_index |
HTML-Fuss und unteres Menue
Definition at line 89 of file class.adminfunctions.inc.php.
| message_redirect | ( | $ | msg, | |
| $ | url | |||
| ) |
| $msg | ||
| $url |
HTML-Fuss und unteres Menue
Definition at line 618 of file class.adminfunctions.inc.php.
| query | ( | $ | query | ) |
| r_stripslashes | ( | &$ | array | ) |
Definition at line 50 of file class.adminfunctions.inc.php.
| updateboard | ( | $ | boardid | ) |
| $boardid |
Definition at line 318 of file class.adminfunctions.inc.php.
| updateBoardRights | ( | $ | boardID, | |
| $ | accessMask, | |||
| $ | photo_view, | |||
| $ | photo_upload, | |||
| $ | photo_edit, | |||
| $ | photo_remove | |||
| ) |
| $boardID | ||
| $accessMask | ||
| $photo_view | ||
| $photo_upload | ||
| $photo_edit | ||
| $photo_remove |
Definition at line 519 of file class.adminfunctions.inc.php.
| yesnoradio | ( | $ | name, | |
| $ | yesno = 0 | |||
| ) |
| $name | ||
| $yesno |
Definition at line 154 of file class.adminfunctions.inc.php.
1.5.8